projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429bec5
)
immodule: Use correct sign for function prototype
author
Benjamin Otte
<otte@redhat.com>
Wed, 3 Feb 2016 21:50:03 +0000
(22:50 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 3 Feb 2016 21:53:22 +0000
(22:53 +0100)
gtk/gtkimmodule.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimmodule.c
b/gtk/gtkimmodule.c
index 47e6348ebe084398ac46e6e1c86abf4a6b26a8e4..97021da3f2566892b6ebbeeeaef2456fd2db1f68 100644
(file)
--- a/
gtk/gtkimmodule.c
+++ b/
gtk/gtkimmodule.c
@@
-491,7
+491,7
@@
gtk_im_module_initialize (void)
const GtkIMContextInfo **contexts; \
int n_contexts; \
extern void _gtk_immodule_ ## m ## _list (const GtkIMContextInfo ***contexts, \
-
guint
*n_contexts); \
+
int
*n_contexts); \
extern void _gtk_immodule_ ## m ## _init (GTypeModule *module); \
extern void _gtk_immodule_ ## m ## _exit (void); \
extern GtkIMContext *_gtk_immodule_ ## m ## _create (const gchar *context_id); \